/*
Theme Name: Cleaner by default - Two column - left - 1.4.9.1
Theme URI: http://craigmurray.me.uk/
Description: A cleaner two column version of the default OpenCart theme for 1.4.9.1
Author: Craig Murray
Version: 1.0
*/


/*
For information on colour hexadecimal codes please visit:
http://www.w3schools.com/html/html_colors.asp
*/

/*---------- Background colour (or image) ---------------*/

html {background-color: #cccccc;}


/*---------- Shadow down the sides ----------------*/

body {
	background-image: url('../image/shadow-bg.png');
	background-repeat: repeat-y;
	background-position: center top;
	display: table;
	width: 100%;
}


/*---------- Header image -------------------*/

#cmtop-banner {
	background: #144a92 url('../image/header-bg.jpg') top left no-repeat;
	height: 150px;
	width: 958px;
}


/*---------- Logo position -------------------*/

#cmshoplogo {
	padding-top: 25px;
	padding-left: 10px;
}


/*---------- Search box position and background -------------------*/

#cmsearch {
	margin: 10px 10px 0 0;
	padding: 10px 10px 7px 10px;
	background-color: #144a92;
	border: 1px solid #ffffff;
}



/*---------- Footer colours -----------------*/

#footer {
	background-color: #144a92;
	color: #ffffff;
}
#footer a {
	color: #ccccff;
}


/*---------- Delete browser defaults -------------------*/

html, body, div, p, form {margin: 0; padding: 0;}


/*---------- Set font, size and colour -------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
	color: #333333;
}

/*---------- Forms and text fields -------------------*/

form {
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}

/*---------- Links -------------------*/

a, a:visited {
	color: #1B57A3;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}


/*--------------- Basic layout -----------------*/

.cmshop-container {
	width: 978px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
.container {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column_left {
	float: left;
	width: 232px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	display: none;
}
#content {
	margin-left: 242px;
	margin-right: 0px;
	margin-bottom: 10px;
}


/*--------------- Search box -----------------*/

#cmsearch {
	float: right;
	font-weight: normal;
}
#cmsearch a {
	color: #1B57A3;
	margin: 0;
	padding: 0 0 3px 8px;
}
#cmsearch input {
	float: left;
	background: #ffffff url('../image/search.gif') top left no-repeat;
	padding: 2px 2px 3px 25px;
	margin-right: 5px;
	width: 155px;
	border: 1px solid #999999;
	border-top: 1px solid #666666;
}
#cmsearch div {
	float: left;
	margin-top: 3px;
}
.cmsearchbutton {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.cmsearchbutton span {
	color: #FFF;
	display: block;
	padding: 3px 12px 6px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}
.cmsearchbutton:hover {
	cursor: pointer;
	text-decoration: none;
}




/*--------------- Navigation bar -----------------*/

#cmnavdiv {
	clear: both;
	margin-bottom: 10px;
	margin-top: 8px;
	background: url('../image/header_2_center.png') repeat-x;
	height: 32px;
	padding-right: 10px;
	border-right: 1px solid #999999;
}


/*--------------- Navigation buttons -----------------*/

#cmnav {
	float: left;
	font-weight: bold;
}
#cmnav ul{
	margin: 1px 0 0 0px; 
	padding: 7px 0 8px 0px; 
	border-left: 1px solid #999999;
}
#cmnav li {display: inline;}

#cmnav a {
	font-size:14px;
	padding:7px 13px 7px 11px;
	color: #555555;
	border-left: 1px solid #fff;
	background: url('../image/nav-divider.gif') top right no-repeat;
}
#cmnav a:hover {
	text-decoration:none;
	border-left: 1px solid #eeeeee;
	background: #dddddd url('../image/nav-divider.gif') bottom right no-repeat;
	}
#cmnav a.selected {
	border-left: 1px solid #eeeeee;
	background: #dddddd url('../image/nav-divider.gif') bottom right no-repeat;
}


/*------- Currency and language select boxes -----------*/

.switcher {
	float: right;	
	margin-top: 5px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background-color: #FFFFFF;
}
.switcher .selected a {
	border: 1px solid #cccccc;
	border-top: 1px solid #aaa;
	background: url('../image/arrow_down.png') 113px top no-repeat;
	color: #333333;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: url('../image/arrow_down.png') 113px bottom no-repeat;
	cursor: default;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #ffffff;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #39f;
	color: #ffffff;
	cursor: default;
}
.switcher img {
	position: relative;
	top: 1px;
}


/*---------- Breadcrumbs -----------*/


#cmbreadcrumb {
	padding-bottom: 10px;
	padding-left: 1px;
}



/*---------- Main content header -----------*/

#content .top .left {
	background: url('../image/content_top_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#content .top .right {
	background: url('../image/content_top_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#content .top .center {
	background: url('../image/content_top_center.png') repeat-x;
	margin-left: 5px;
	margin-right: 5px;
}


/*---------- Content Headings -----------*/

#content .top h1, .heading {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

/*---------- Main content -----------*/

#content .middle {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 30px;
}
#content .middle p {
	line-height: 20px;
	margin-bottom: 8px;
}
#content .middle li {
	line-height: 15px;
	margin-bottom: 5px;
}

#content .middle .box {
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}




/*---------- Main content footer -----------*/

#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 5px;
	margin: 0 5px 10px 5px;
}


/*---------- Sidebar Boxes -----------*/

.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.box .top img {
	display: none;
}
.box .middle {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 10px 5px 10px 8px;
}
.box .middle a img {
	padding: 1px;
	border: 1px solid #cccccc;
	margin-right: 5px;
	margin-bottom: 5px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
#module_manufacturer .middle {
	padding: 10px 1px 10px 1px;
}
.box #category, .box #information {
	padding: 5px 0 0 0;
}
#category ul, #information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 1.8em
}
#category a, #information a {
	display: block;
	padding-left: 13px;
	color: #333333;
}
#category a:hover, #information a:hover {
	background-color: #eeeeee;
	text-decoration: none;
}
#category ul li ul a, #information ul li ul a {
	padding-left: 25px;
}

#category ul li ul li ul a, #information ul li ul li ul a {
	padding-left: 25px;
}


/*---------- Notices -----------*/

.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}

/*---------- Clear floats -----------*/

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

/*---------- Buttons -----------*/

.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 3px 12px 6px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}
.button:hover {
	text-decoration: none;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}

/*---------- Boxes in main content -----------*/

.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}

/*---------- Table of products -----------*/

.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 27px;
}
.list a img {
	border: 1px solid #cccccc;
	padding: 2px;
	margin-left: -5px;
	margin-bottom: 2px;
}


/*---------- Sort By banner on category pages -----------*/

.sort {
	margin-bottom: 10px;
	background: #eeeeee;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 7px;
}
.sort select {
	margin: 0;
}


/*---------- Pagination banner on category pages -----------*/

.pagination {
	display: inline-block;
	width: 100%;
	background: #eeeeee;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #333333;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #333333;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}

/*---------- Bookmark, Print page links etc. -----------*/

#meta-links {
	margin-top: 10px;
}
#meta-links a {
	color: #1B57A3;
}
#meta-links a:hover {
	cursor: pointer;
}

/*---------- Main product image on product page -----------*/

#image {
	border: 1px solid #cccccc;
	padding: 5px;
}


/*---------- Product Tabs - Description, additional images etc. -----------*/


.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border: 1px solid #bbbbbb;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #bbbbbb;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}

/*----------- Footer-----------*/

#footer {
	width: 958px;
	clear: both;
	margin-top: 10px;
	padding: 6px 0 10px 0;
}

#footer p {
	line-height: 25px;
}
#footer .div1 {
	width: 190px;
	margin-left: 10px;
	margin-top: 12px;
	float: left;
	text-align: left;
}
#footer .div2 {
	width: 190px;
	margin-right: 10px;
	margin-top: 15px;
	float: right;
	text-align: right;
}
#footer .div3 {
	margin-left: 200px;
	margin-right: 200px;
	text-align: center;
}
#footer .div3 a {
	padding: 0 5px 0 5px;
}



/*---------- Shopping Cart page -----------*/


.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.cart img {
	padding: 1px;
	border: 1px solid #cccccc;
}


/*------------- Tags ---------------*/

.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}

/*------------- Shopping Cart Module ---------------*/
#module_cart {
	background: url('../image/cart_box_top.png') no-repeat;
}
#module_cart .middle {
	padding: 5px;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 0.9em; 
	color: #222;
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}

/*---------- Add To Cart quick button -----------*/

.button_add_small, a.button_add_small:visited, a.button_add_small:hover {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}





/*---------- Print stylesheet -----------*/

@media screen {
#print-banner {display: none;}
#current-url {display: none;}
}

@media print {

body {
	display: inline-block;
	width: 100%;
}
.cmshop-container {width: 100%; padding-top: 0; margin: 0;}
.container {width: 100%; margin: 0;}
#cmtop-banner {display: none;}
#cmnavdiv {display: none;}
#cmbreadcrumb {padding: 0; margin: 0 0 10px 0;}
#column_right {display: none;}
#column_left {display: none;}
#content {margin: 20px 0 0 0;}
#content .top .left {display: none;}
#content .top .right {display: none;}
#content .top .center {margin: 0;}
#content .top h1 {padding: 0;}
#content .middle {border: 0; padding: 0;}
#footer {width: 100%; margin: 0; padding: 0;}
#footer .div1 {display: none;}
#footer .div2 {display: none;}
#footer .div3 {margin: 0;}

}

